configureInCustomEntitlementsComputationMode
Configures an instance of the Purchases SDK with a specified API key. The instance will be set as a singleton. You should access the singleton instance using Purchases.sharedInstance
Return
An instantiated `Purchases object that has been set as a singleton.
Parameters
: the Application context object of your Application.
: the API Key for your app. Obtained from the RevenueCat dashboard.
: a unique id for identifying the user.
Configures an instance of the Purchases SDK with a specified API key. The instance will be set as a singleton. You should access the singleton instance using Purchases.sharedInstance
Return
An instantiated `Purchases object that has been set as a singleton.
Parameters
The PurchasesConfigurationForCustomEntitlementsComputationMode object you wish to use to configure Purchases.